latest 20 messages by J1G|Anon126

+ [2015-07-13T23:17:23Z] J1G|Anon126 I must have been confused since it *shows* the first 7, but you have to type the whole thing
+ [2015-07-13T23:16:02Z] J1G|Anon126 akkad: right, it's [username]/[repo]@[sha]
+ [2015-07-13T23:13:09Z] J1G|Anon126 akkad: I believe the first 7 characters
+ [2015-07-13T19:38:18Z] J1G|Anon126 if you want to push master to that: git push origin master
+ [2015-07-13T19:38:08Z] J1G|Anon126 "origin" is the name of the place ("remote") where you cloned from
+ [2015-07-13T19:36:32Z] J1G|Anon126 git push origin [branch name]
+ [2015-07-13T19:36:00Z] J1G|Anon126 cyba32: then those commits are only on your other machine
+ [2015-07-13T19:35:05Z] J1G|Anon126 cyba32: did you push your commits?
+ [2015-03-13T02:26:54Z] J1G|Anon126 javlyn: git won't let you merge if it would affect files with uncommitted changes
+ [2015-03-13T02:09:04Z] J1G|Anon126 once every...week or two?
+ [2015-03-13T02:08:03Z] J1G|Anon126 javlyn: stash is your own private storage. it isn't shared
+ [2015-03-13T02:05:27Z] J1G|Anon126 I don't know how easy it is in Eclipse